home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / internet-tools / amitcp / amitcp-sdk-4.3 / netinclude / sys / file.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-06  |  388 b   |  19 lines

  1. #ifndef SYS_FILE_H
  2. #define SYS_FILE_H \
  3.        "$Id: file.h,v 4.2 1994/10/05 23:16:17 ppessi Exp $"
  4. /*
  5.  *      Unix compatible include file.
  6.  *
  7.  *      Copyright © 1994 AmiTCP/IP Group,
  8.  *                       Network Solutions Development, Inc.
  9.  *                       All rights reserved.
  10.  */
  11.  
  12. #ifndef UNISTD_H
  13. #include <unistd.h>
  14. #endif
  15.  
  16. #include <fcntl.h>
  17.  
  18. #endif /* !SYS_FILE_H */
  19.